home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / mbutton.zip / MBUTHIST.TXT < prev    next >
Text File  |  1996-05-08  |  7KB  |  206 lines

  1. Middle Mouse Button Version History
  2. ***********************************************************
  3. NOTE:     Gaps in version numbers indicate "in-house" test
  4.     releases. Only public releases are documented here.
  5. ***********************************************************
  6.  
  7. Product Version Number: 1.8.1
  8. Product Release Date: 09/18/95
  9.  
  10. Version 1.8.1 was the first public release.
  11.  
  12. Bugs:    Would sometimes cause the first mouse button click
  13.     in a child window of Visual Basic applications (and
  14.     also in some other applications which do their own
  15.     internal double click decoding).
  16.  
  17. ***********************************************************
  18.  
  19. Product Version Number: 1.8.2
  20. Product Release Date: 10/25/95
  21.  
  22. Fixes:    Fixed the Visual Basic problem.
  23.  
  24. New:    1. Added an option to load as a "hidden" application.
  25.     (Not available with unregistered program.)
  26.  
  27.     2. Eliminated the "No Multiple Instances" message
  28.     box which would appear if a second instance of Mbutton
  29.     were launched. (This message does still appear for un-
  30.     registered programs).
  31.  
  32. ***********************************************************
  33.  
  34. Product Version Number: 1.8.2.1
  35. Product Release Date: 11/24/95
  36.  
  37. Fixes:    none
  38.  
  39. New:    1. No major changes to program, just a few changes to 
  40.     dialog and message box handling to prepare for adding
  41.     multi-language support. Major change for the distribution
  42.     package is the inclusion of INSTALL.BAT which provides for 
  43.     automatic program installation. Recompiled with Visual C++ 4.0
  44.  
  45. Bugs:    After re-compiling with Visual C++ 4.0, the "fix" for the Visual
  46.     Basic problem appeared to have some unwanted side effects (an
  47.     extra button up message was causing the window focus to change
  48.     with some MDI applications.)
  49.  
  50. ***********************************************************
  51.  
  52. Product Version Number: 1.8.2.3
  53. Product Release Date: 12/08/95
  54.  
  55. Fixes:    Fixed the window focus shift problem in ver 1.8.2.1.
  56.  
  57. New:    1. Eliminated the need to reload the program after the
  58.     registration process had been completed.
  59.     2. Cleaned up the system menu by removing some unused default
  60.     (previously grayed) entries.
  61.  
  62. ***********************************************************
  63.  
  64. Product Version Number: 1.8.2.4
  65. Product Release Date: 01/28/96
  66.  
  67. Fixes:    None
  68.  
  69. New:    1. New GUI installation program included. No other changes
  70.     to program were made from ver. 1.8.2.3.
  71.  
  72. ***********************************************************
  73.  
  74. Product Version Number: 1.8.2.6
  75. Product Release Date: 02/12/96
  76.  
  77. Fixes:    Added a short delay between the simulated button clicks for
  78.     applications which do their own double click decoding and 
  79.     might not always detect the fast button clicks produced by 
  80.     Middle Mouse Button.
  81.  
  82.  
  83. New:    1. Added the ability to simulate a double click for a 2
  84.     button mouse. If the Scroll Lock Light is ON, a default
  85.     button click will be converted into a double click.
  86.     2. Launching a second instance of Middle Mouse Button will
  87.     make a previously hidden instance visible again.
  88.  
  89. ***********************************************************
  90.  
  91. Product Version Number: 1.8.3
  92. Product Release Date: 02/23/96
  93.  
  94. Fixes:    None
  95.  
  96.  
  97. New:    1. Added an option to choose between "Fast" or "Slow"
  98.     Double Click simulation via menu selection or command
  99.     line parameter.
  100.     2. Added an option to allow the Double Click simulation
  101.     to be disabled & enabled via menu selection or with use of
  102.     the Scroll Lock Key.
  103.     3. Added a "Features" button to the "About" box. This
  104.     displays a brief summary of Mouse Button options.
  105.  
  106. Bugs:    When the "/Hide" parameter is used alone, it would not
  107.     be properly detected.
  108.  
  109. ***********************************************************
  110.  
  111. Product Version Number: 1.8.3.1
  112. Product Release Date: 02/27/96
  113.  
  114. Fixes:    Fixed command line parsing problem where a command of
  115.     "/Hide" if used alone would not be properly detected.
  116.  
  117. Bugs:    1. Intermittent long delays after simulating a double
  118.     click on a console program icon when using Windows NT.
  119.     2. The Scroll Lock light does not always stay in sync
  120.     when using a console program (Windows NT & Windows 95)
  121.     3. The 2-button support using the Scroll Lock light as
  122.     an enable/disable function would sometimes result in
  123.     the application hanging in a loop. (This was because
  124.     of a "known" problem in the Win32 API where the key-
  125.     board state does not stay in sync.)
  126.  
  127.     (Both problems had been present since 1.8.2.6, but had
  128.     not been detected and reported.) 
  129.  
  130. ***********************************************************
  131.  
  132. Product Version Number: 1.8.3.2
  133. Product Release Date: 03/03/96
  134.  
  135. Fixes:    1. Fixed Console window delay problem by increasing
  136.     the thread priority for the button click simulation.
  137.     2. Not really a fix, but the 2-button support has
  138.     been removed until the problem is resolved.
  139.  
  140. New:    1. Added a menu selection for activating the mouse
  141.     control panel. (Currently only works for English
  142.     language systems, but multi language support is
  143.     planned) 
  144.  
  145. Bugs:    1. The Scroll Lock sync problem still occurs when
  146.     using console mode programs, but it only requires
  147.     one additional mouse click to resyncronize. (This
  148.     is related to the Win32 API problem which caused 
  149.     the removal of 2-button support and should be fixed
  150.     in the near future.)
  151.  
  152. ***********************************************************
  153.  
  154. Product Version Number: 1.9.0
  155. Product Release Date: 04/25/96
  156.  
  157. Fixes:    1. Not really a fix, but the scroll lock support has
  158.     been removed until the problem is resolved.
  159.     2. 2-button support has been re-enabled using the 
  160.     left and right buttons as a chord.
  161.  
  162. New:    1. Added the ability to define any 2 buttons as a
  163.     chord which can be assigned several different functions.
  164.     The Middle Button may also be reconfigured. The new button
  165.     assignments include Copy, Cut, Paste, & Undo as well as
  166.     a popup menu to access the task list & launch applications.
  167.     2. The command line options /Hide, /Slow, and /2B may
  168.     be saved in the registry as the default modes.
  169.     3. Added a built-in setup program which is used to configure
  170.     the mouse button options.
  171.     4. When a new instance of Mbutton is launched, it will
  172.     now replace the old instance. This should fix problems
  173.     with some 16-bit programs which take over mouse messages
  174.     and do not properly pass them on to 32-bit apps. Just launch 
  175.     Mbutton again and it will take over the mouse messages again. 
  176.  
  177. Bugs:    1. If a null user configured command had been saved, the run
  178.     button would no longer launch the Build Command window.
  179.  
  180. ***********************************************************
  181.  
  182. Product Version Number: 1.9.0a
  183. Product Release Date: 05/04/96
  184.  
  185. Fixes:    1. Fixed the null command problem.
  186.  
  187. New:    1. Changed the popup command menu to display the command
  188.     name inside a launch button. Eliminated the need for a
  189.     Run button for the user defined commands.
  190.     2. Increased the number of saved commands from 10 to 16.
  191.     3. Allowed the use of user configured hot-key for the user
  192.     defined commands.
  193.  
  194. Bugs:    1. In some cases while processing right button clicks on
  195.     the Windows 95 or Windows NT 4.0 desktop or task bar, a
  196.     left down button would be incorrectly sensed. This would
  197.     cause whatever action was configured for the left-right 
  198.     chord to be initiated.
  199.  
  200. ***********************************************************
  201.  
  202. Product Version Number: 1.9.0b
  203. Product Release Date: 05/08/96
  204.  
  205. Fixes:    1. Fixed the false left down sensing problem in ver 1.9.0a.
  206.